﻿@charset "utf-8";
/* CSS Document */

#flashnav *{
	margin:0;
	padding:0;
}

#flashnav {
	margin: auto;
	height: 50px;
	width: 950px;
	position: relative;
}
ul,li,dl,dd{
	margin:0;
	padding:0;
	list-style-type: none;
}
#flashnav a{
	text-decoration:none;
	font-family: "微软雅黑", "黑体";
	font-family: "宋体" \9;
	color: #FFF;
}
#flashnav a:hover{
	color: #db0000;
}
#flashnav #navbg {
	background-color: #535353;
	position: absolute;
	z-index: 1;
	height: 50px;
	
	top: 0px;
	
}

#flashnav #nav {
	/*background-color: #535353;*/
	height: 50px;
	width: 950px;
	position: absolute;
	top: 0px;
	
	z-index: 10;
}

#flashnav #nav li {
	float: left;
	height: 45px;
	background-image: url(../js/navside.jpg);
	background-repeat: no-repeat;
	
	background-position: left top;
	border-bottom:5px solid #db0000;
}
#flashnav #nav #eli {
	width: 158.333px;
	*width: 140px;
}

 #nav li a{
	height: 50px;
	width: 158.333px;
	*width: 158.333px;
	text-decoration: none;
	display: block;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

#flashnav #nav li .f{
	background-image: none;
	
}
#flashnav #navboxbg{
	background-color: #000;
	position: absolute;
	z-index: 100;
	top: 50px;
	
	height: 215px;
	
	filter: Alpha(opacity=85);
	-moz-opacity:.85;
	opacity:0.85;
	display: none;
}

#navboxred {
	position: absolute;
	z-index: 1001;
	left: 0px;
	top: 45px;
	height: 5px;
	width: 950px;
	overflow: hidden;
	background-color: #bd0000;
	
	
}

#flashnav #navbox {
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 45px;
	height: 215px;
	width: 950px;
	overflow: hidden;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #db0000;
	display: none;
}
#flashnav #navbox ul{
	border-top-width: 5px;
	padding-top:8px;
	border-top-style: solid;
	height: 215px;
	width: 950px;
	
	border-top-color: #bd0000;
}
#flashnav #navbox ul li {
	float: left;
	height: 182px;
	width: 136px;
	border-right-width: 1px;
	border-right-style: solid;
	
	border-right-color: #999;
	
	font-size: 12px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
}

#flashnav #navbox ul li dl dd a {
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 48% 50%;
	display: block;
	height: 22px;
	width: 75px;
	margin-left: -7px;
}

#flashnav #nav div{
	position:absolute;
	min-height:1px;
	display: none;
	*width:600px;
	/*border-bottom:5px solid #db0000;*/
}

#flashnav #nav dl{
	/*background-color: #000;
	filter: Alpha(opacity=85);
	-moz-opacity:.85;
	opacity:0.85;*/
	margin-left:25px;
	padding:5px 0;
	height:auto;
	min-height:1px;
	width:auto;
}

#flashnav #nav dl dd{
	width: 75px;
	float:left;
}

#flashnav #nav dl dd a {
	font-size: 12px;
	display: block;
	height: 22px;
	line-height: 22px;
	color:#535353;
	width:75px;
}
#flashnav #nav dl dd a:hover {
	color:#db0000;
}
.LeftMenuLi .LeftMenuSub{
	min-height:1px;
	height:auto;
	display: none;
}
.LeftMenuLi .LeftMenuSub dl{
}
.EndSub {
	left:640px;
}